home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 23 / develop Issue 23 code / ProjectDrag 1.1b8.sea / ProjectDrag 1.1b8 / Sources / ProjectDrag Sources / FileCancel.h / FileCancel.h
Encoding:
C/C++ Source or Header  |  1995-07-24  |  601 b   |  22 lines  |  [TEXT/MPS ]

  1. /* FileCancel.h: Cancelation utility routine for ProjectDrag
  2.  *
  3.  * A set of applets for drag and drop source control by Tim Maroney.
  4.  * See develop, issue 23 for details.
  5.  *
  6.  * Built on DropShell by Leonard Rosenthol, Stephan Somogyi, and Marshall Clow,
  7.  * and using the MoreFiles utilities by Jim Luther.
  8.  *
  9.  * This software is free, but don't modify and redistribute it without
  10.  * changing the status window to indicate your name and your changes!
  11.  */
  12.  
  13. #ifndef __FILECANCEL__
  14. #define __FILECANCEL__
  15.  
  16. #include <Types.h>
  17. #include <Files.h>
  18.  
  19. OSErr FileCancel(FSSpec *file, CKIDHandle theCKID);
  20.  
  21. #endif
  22.